/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
a {
  color: #333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #be191f;
}
i,
b {
  font-style: normal;
}
.wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.top_menu_box {
  background: url(../images/top_bg.jpg) no-repeat center top;
  height: 130px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.top_menu_box .subWrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.top_menu_box .search {
  width: 190px;
  border: solid 1px #FFF;
  border-radius: 15px;
  padding-left: 15px;
  overflow: hidden;
  position: absolute;
  top: 25px;
  right: 50px;
  z-index: 9;
}
.top_menu_box .search .txtInput {
  width: 150px;
  height: 28px;
  line-height: 28px;
  float: left;
  color: #FFF;
  background-color: transparent;
}
.top_menu_box .search .submitBtn {
  background: url(../images/icon_search.png) no-repeat center center;
  width: 28px;
  height: 28px;
  float: left;
  cursor: pointer;
  border: none;
}
.top_menu_box .wza {
  background: url(../images/icon_wza.png) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 9;
}
.top_menu_box .menu {
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
}
.top_menu_box .menu li {
  float: left;
  margin-right: 20px;
}
.top_menu_box .menu li a {
  color: #FFF;
  font-size: 18px;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.top_menu_box .menu li a:hover {
  color: #ffe58a;
  font-weight: 600;
}
.top_menu_box .menu li.active a {
  color: #ffe58a;
  font-weight: 600;
}
.top_menu_box .menu li.active a::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #ffe58a;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 9;
  margin-left: -15px;
}
.top_menu_box .menu li:last-child {
  margin-right: 0;
}
.topSlider {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 490px;
}
.topSlider .swiper-pagination-top {
  z-index: 99;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.topSlider .swiper-pagination-top .swiper-pagination-bullet {
  width: 106px;
  height: 6px;
  background-color: #FFF;
  border-radius: 0;
  opacity: 1;
}
.topSlider .swiper-pagination-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #be191f;
}
.yxgk_box {
  overflow: hidden;
}
.yxgk_box .title_box {
  margin-top: 30px;
  height: 32px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #c3c3c3;
  background: url(../images/title_yxgk_right_line.jpg) repeat-x;
  position: relative;
}
.yxgk_box .title_box h2 {
  background: url(../images/title_xyyw.jpg) no-repeat #ffffff;
  width: 163px;
  height: 31px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: -1978px;
  padding-right: 10px;
}
.yxgk_box .title_box .more {
  width: 60px;
  height: 31px;
  background-color: #FFF;
  line-height: 31px;
  color: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  text-align: right;
}
.yxgk_box .content_yxgk {
  overflow: hidden;
  margin-top: 30px;
}
.yxgk_box .content_yxgk .left {
  width: 560px;
  height: 315px;
  float: left;
  overflow: hidden;
  position: relative;
}
.yxgk_box .content_yxgk .left .mask {
  width: 100%;
  height: 40px;
  background-color: #000;
  opacity: .5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.yxgk_box .content_yxgk .left .tit {
  width: 440px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.yxgk_box .content_yxgk .left .tit a {
  display: block;
  width: 430px;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yxgk_box .content_yxgk .left .swiper-slide .pic {
  height: 100%;
}
.yxgk_box .content_yxgk .left .swiper-slide .pic a {
  display: block;
  height: 100%;
}
.yxgk_box .content_yxgk .left .swiper-slide img {
  width: 100%;
  height: 100%;
}
.yxgk_box .content_yxgk .left .swiper-pagination-yxgk {
  width: 100px;
  height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  left: auto;
  z-index: 9;
  bottom: 0;
  line-height: 40px;
}
.yxgk_box .content_yxgk .left .swiper-pagination-yxgk .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: .5;
  vertical-align: middle;
}
.yxgk_box .content_yxgk .left .swiper-pagination-yxgk .swiper-pagination-bullet-active {
  background-color: #ffd182;
  opacity: 1;
}
.yxgk_box .content_yxgk .right {
  width: 610px;
  float: right;
}
.yxgk_box .content_yxgk .right .textCon h3 {
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yxgk_box .content_yxgk .right .textCon h3 a {
  font-size: 26px;
  font-weight: 600;
  color: #555;
}
.yxgk_box .content_yxgk .right .textCon .desc {
  color: #666;
  line-height: 1.6;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #9a9a9a;
  text-indent: 2em;
}
.yxgk_box .content_yxgk .right .yxgk_list {
  margin-top: 20px;
}
.yxgk_box .content_yxgk .right .yxgk_list li {
  line-height: 40px;
  padding-left: 20px;
  background: url(../images/icon_arrow.png) no-repeat left center;
  overflow: hidden;
}
.yxgk_box .content_yxgk .right .yxgk_list li a {
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.yxgk_box .content_yxgk .right .yxgk_list li a::before {
  content: '';
  background: url(../images/icon_newsList.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.yxgk_box .content_yxgk .right .yxgk_list li a:hover::before {
  background: url(../images/icon_newsList_active.png) no-repeat;
}
.jy_box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}
.jy_box .jypx_box {
  width: 580px;
  float: left;
}
.jy_box .jypx_box .title {
  height: 44px;
  border-bottom: solid 1px #c3c3c3;
  position: relative;
}
.jy_box .jypx_box .title h2 {
  background: url(../images/title_jypx.png) no-repeat;
  width: 184px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: -1978px;
}
.jy_box .jypx_box .title .more {
  width: 60px;
  height: 44px;
  line-height: 44px;
  color: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  text-align: right;
}
.jy_box .jypx_box .jypx_content .mixList {
  overflow: hidden;
}
.jy_box .jypx_box .jypx_content .mixList li {
  overflow: hidden;
  margin-top: 20px;
}
.jy_box .jypx_box .jypx_content .mixList li .pic {
  width: 200px;
  height: 112px;
  float: left;
  overflow: hidden;
}
.jy_box .jypx_box .jypx_content .mixList li .pic img {
  width: 100%;
  height: 100%;
}
.jy_box .jypx_box .jypx_content .mixList li .txtCon {
  width: 340px;
  height: 112px;
  background-color: #f5f5f5;
  padding: 0 20px;
  float: left;
  overflow: hidden;
}
.jy_box .jypx_box .jypx_content .mixList li .txtCon h3 {
  margin-top: 10px;
}
.jy_box .jypx_box .jypx_content .mixList li .txtCon h3 a {
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jy_box .jypx_box .jypx_content .mixList li .txtCon .desc {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 1.8;
}
.jy_box .jypx_box .jypx_content .mixList li .txtCon .desc a {
  color: #be191f;
}
.jy_box .jypx_box .jypx_content .list li {
  overflow: hidden;
}
.jy_box .jypx_box .jypx_content .list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  margin-top: 20px;
}
.jy_box .jypx_box .jypx_content .list li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #bfbfbf;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.jy_box .jyzz_box {
  float: right;
}
.jy_box .jyzz_box .title {
  height: 44px;
  border-bottom: solid 1px #c3c3c3;
  position: relative;
}
.jy_box .jyzz_box .title h2 {
  background: url(../images/title_jyzz.png) no-repeat;
  width: 184px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: -1978px;
}
.jy_box .jyzz_box .title .more {
  width: 60px;
  height: 44px;
  line-height: 44px;
  color: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  text-align: right;
}
.gbxy_box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}
.gbxy_box .jgdj_box {
  width: 580px;
  float: left;
}
.gbxy_box .jgdj_box .title {
  height: 44px;
  border-bottom: solid 1px #c3c3c3;
  position: relative;
}
.gbxy_box .jgdj_box .title h2 {
  background: url(../images/title_jgdj.png) no-repeat;
  width: 184px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: -1978px;
}
.gbxy_box .jgdj_box .title .more {
  width: 60px;
  height: 44px;
  line-height: 44px;
  color: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  text-align: right;
}
.gbxy_box .jgdj_box .jgdj_content .jgdj_list li {
  overflow: hidden;
}

.gbxy_box .jgdj_box .jgdj_content .jgdj_list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  margin-top: 20px;
}
.gbxy_box .jgdj_box .jgdj_content .jgdj_list li a::before{
	  content: '';
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #bfbfbf;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
	
.gbxy_box .jgdj_box .jgdj_content .jgdj_list li h3 a:hover {
  color: #be191f;
}
.gbxy_box .jgdj_box .jgdj_content .jgdj_list li .desc {
  color: #666666;
  text-align: justify;
  line-height: 1.6;
  text-indent: 2em;
  margin-top: 10px;
}
.gbxy_box .zgccx_box {
  width: 580px;
  float: right;
}
.gbxy_box .zgccx_box .title {
  height: 44px;
  border-bottom: solid 1px #c3c3c3;
  position: relative;
}
.gbxy_box .zgccx_box .title h2 {
  background: url(../images/title_cxxy.png) no-repeat;
  width: 184px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: -1978px;
}
.gbxy_box .zgccx_box .title .more {
  width: 60px;
  height: 44px;
  line-height: 44px;
  color: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  text-align: right;
}
.gbxy_box .zgccx_box .zgccx_content .list li {
  overflow: hidden;
}
.gbxy_box .zgccx_box .zgccx_content .list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  margin-top: 20px;
}
.gbxy_box .zgccx_box .zgccx_content .list li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #bfbfbf;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.xywh_box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.xywh_box .title {
  margin-top: 30px;
  height: 32px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #c3c3c3;
  background: url(../images/title_yxgk_right_line.jpg) repeat-x;
  position: relative;
}
.xywh_box .title h2 {
  background: url(../images/title_xygk.jpg) no-repeat #ffffff;
  width: 163px;
  height: 31px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: -1978px;
  padding-right: 10px;
}
.xywh_box .title .more {
  width: 60px;
  height: 31px;
  background-color: #FFF;
  line-height: 31px;
  color: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  text-align: right;
}
.xywh_box .xywh_content {
  overflow: hidden;
  margin-top: 20px;
}
.xywh_box .xywh_content .item {
  display: block;
  float: left;
  position: relative;
  width: 388px;
  height: 212px;
}
.xywh_box .xywh_content .item:nth-of-type(1) {
  width: 792px;
  height: 444px;
}
.xywh_box .xywh_content .item:nth-of-type(1) .tit {
  font-size: 22px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
}
.xywh_box .xywh_content .item:nth-of-type(1) .mask {
  display: block;
}
.xywh_box .xywh_content .item:nth-of-type(2) {
  margin-left: 20px;
}
.xywh_box .xywh_content .item:nth-of-type(3) {
  margin: 20px 0 0 20px;
}
.xywh_box .xywh_content .item .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.xywh_box .xywh_content .item .pic img {
  width: 100%;
  height: 100%;
}
.xywh_box .xywh_content .item .mask {
  width: 100%;
  height: 60px;
  background-color: #d93c3d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.xywh_box .xywh_content .item .tit {
  width: 100%;
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/footer_bg.jpg) no-repeat center top;
  height: 150px;
  margin-top: 50px;
  color: #FFF;
  text-align: center;
  line-height: 2;
  padding-top: 100px;
}
/* second */
.index_box {
  width: 1200px;
  margin: 0px auto;
  background: #fff;
}
.common_main {
  clear: both;
  min-height: 300px;
  padding-bottom: 35px;
}
.secBox {
  margin-top: 30px;
  padding: 0px 15px;
}
.content_main_title {
  height: 40px;
  padding: 10px 15px;
}
.content_main_title h2 {
  float: left;
  line-height: 40px;
  margin: 0px 10px;
  color: #be191f;
  font-size: 24px;
  font-weight: bold;
}
.content_main_title h2 a {
  font-size: 24px;
  font-weight: bold;
  color: #be191f;
}
.content_main_title span {
  width: 2px;
  height: 20px;
  background: #be191f;
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.content_main_title p {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  margin-left: 10px;
  float: left;
}
.dotte_line {
  background: url("../images/dotton_line.png") center;
  height: 10px;
}
.list_line {
  width: 100%;
  height: 2px !important;
  background: #fbe1e1;
  margin: 20px 0px;
}
.left_menu {
  width: 240px;
  height: 223px;
  padding: 25px 10px;
  background: #eff3f7;
  border-radius: 0px 25px 0px 0px;
  float: left;
}
.left_menu ul {
  border-bottom: 1px solid #b8cbe1;
  padding-bottom: 10px;
}
.left_menu ul li {
  line-height: 40px;
}
.left_menu ul li:hover {
  background: #be191f;
}
.left_menu ul li a {
  font-size: 18px;
  color: #222;
  margin-left: 20px;
  display: block;
  cursor: pointer;
}
.left_menu ul li:hover a {
  color: #fff;
}
.secBox_list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #be191f;
  border-radius: 50%;
  display: block;
  float: left;
  margin: 17px 10px 19px 0px;
}
.secBox_list li {
  clear: both;
  font-size: 16px;
  color: #333;
  line-height: 38px;
  height: 38px;
}
.secBox_list li i {
  width: 4px;
  height: 4px;
  background: #DDDDDD;
  float: left;
  display: block;
  margin: 17px 8px 17px 20px;
}
.secBox_list li a {
  float: left;
  color: #333333;
}
.secBox_list li span {
  float: right;
}
.secBox_list li:hover a {
  color: #be191f;
}
.secBox_list li.list_line:before {
  content: "";
  display: none;
}
.have_menu .secBox_list {
  width: 900px;
  float: right;
  margin-bottom: 40px;
}
.page {
  height: 50px;
  line-height: 50px;
  text-align: center;
  clear: both;
}
.page span {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  border-radius: 5px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
}
.page span.on {
  border: 1px solid #be191f;
  background: #be191f;
  color: #fff;
}
.page a {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  color: #404040;
  line-height: 38px;
  height: 38px;
  display: inline-block;
}
.page a:hover {
  border: 1px solid #be191f;
  background: #be191f;
  color: #fff;
}
.page a.back:hover {
  border: 1px solid #be191f;
  color: #404040;
  background: #fff;
}
.page input[type="submit"] {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  border-radius: 5px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  background: #fff;
}
.page input[type="text"] {
  text-align: center;
  font-size: 16px;
}
.contentBox {
  line-height: 2;
  font-size: inherit;
  padding: 30px 0px  35px 0px;
}
.contentBox video {
  width: auto !important;
  display: block;
  margin: 0 auto;
}
.contentBox img {
  width: auto;
  height: auto;
}
.conTit {
  border-bottom: 2px solid #f59494;
}
.conTit h2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 25px 0px;
}
.conTit .time {
  font-size: 16px;
  color: #333;
  clear: both;
  text-align: center;
  height: 30px;
}
.top_menu_sub {
  width: 100%;
  height: 0;
  background-color: #e94643;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.top_menu_sub .subWrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.top_menu_sub ol {
  display: none;
}
.top_menu_sub ol:nth-of-type(1) {
  margin-left: 310px;
}
.top_menu_sub ol:nth-of-type(2) {
  margin-left: 330px;
}
.top_menu_sub ol:nth-of-type(3) {
  margin-left: 430px;
}
.top_menu_sub ol:nth-of-type(4) {
  margin-left: 610px;
}
.top_menu_sub ol:nth-of-type(5) {
  margin-left: 660px;
}
.top_menu_sub ol:nth-of-type(6) {
  margin-left: 750px;
}
.top_menu_sub ol:nth-of-type(7) {
  margin-left: 910px;
}
.top_menu_sub ol li {
  float: left;
}
.top_menu_sub ol li a {
  font-size: 14px;
  color: #FFF;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
}
.top_menu_sub ol li a:hover {
  color: #fff47e;
}
.top_menu_sub ol li.current a {
  color: #fff47e;
}
.dwjs_box .title {
  margin-top: 30px;
  height: 32px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #c3c3c3;
  background: url(../images/title_yxgk_right_line.jpg) repeat-x;
  position: relative;
}
.dwjs_box .title h2 {
  background: url(../images/title_dwjs.jpg) no-repeat #ffffff;
  width: 163px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: -1978px;
  padding-right: 10px;
}
.dwjs_box .title .more {
  width: 60px;
  height: 32px;
  background-color: #FFF;
  line-height: 32px;
  color: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  text-align: right;
}
.dwjs_box .dwjs_content {
  overflow: hidden;
}
.dwjs_box .dwjs_content .left {
  width: 590px;
  height: 335px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.dwjs_box .dwjs_content .left .mask {
  width: 100%;
  height: 40px;
  background-color: #000;
  opacity: .5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.dwjs_box .dwjs_content .left .tit {
  width: 440px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.dwjs_box .dwjs_content .left .tit a {
  display: block;
  width: 430px;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dwjs_box .dwjs_content .left .swiper-slide .pic {
  height: 100%;
}
.dwjs_box .dwjs_content .left .swiper-slide .pic a {
  display: block;
  height: 100%;
}
.dwjs_box .dwjs_content .left .swiper-slide img {
  width: 100%;
  height: 100%;
}
.dwjs_box .dwjs_content .left .swiper-pagination-dwjs {
  width: 100px;
  height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  left: auto;
  z-index: 9;
  bottom: 0;
  line-height: 40px;
  color: #FFF;
  font-size: 14px;
}
.dwjs_box .dwjs_content .left .swiper-pagination-dwjs .swiper-pagination-current {
  font-size: 22px;
}
.dwjs_box .dwjs_content .right {
  width: 570px;
  height: 315px;
  float: right;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  background-color: #fafafa;
  padding: 10px;
}
.dwjs_box .dwjs_content .right .list li {
  overflow: hidden;
}
.dwjs_box .dwjs_content .right .list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  margin-top: 18px;
  border-bottom: dashed 1px #d8d8d8;
  padding-bottom: 18px;
}
.dwjs_box .dwjs_content .right .list li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #bfbfbf;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.dwjs_box .dwjs_content .right .list li a:hover::before {
  background-color: #be191f;
}
.dwjs_box .dwjs_content .right .list li:last-child a {
  border-bottom: none;
}
